github.com/klauspost/compress/flate.decompressor.bits (field)
11 uses
github.com/klauspost/compress/flate (current package)
inflate.go#L319: bits *[maxNumLit + maxNumDist]int
inflate.go#L517: f.bits[i] = x
inflate.go#L537: b = f.bits[i-1]
inflate.go#L565: f.bits[i] = b
inflate.go#L570: if !f.h1.init(f.bits[0:nlit]) || !f.h2.init(f.bits[nlit:nlit+ndist]) {
inflate.go#L581: if f.h1.maxRead < f.bits[endBlockMarker] {
inflate.go#L582: f.h1.maxRead = f.bits[endBlockMarker]
inflate.go#L798: bits: f.bits,
inflate.go#L832: f.bits = new([maxNumLit + maxNumDist]int)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |